Global.Float


Accessor for floating-point global

prototype float Global.Float( string name );

Parameters:
name : Name of the global to retrieve.

Return value:
Returns the floating-point value of the global.

Notes:
Returns zero if the global doesn't exist.

See also:
Global.Int, Global.Bool, Global.Handle, Global.String, Global.List, Global.Set.